• Home
  • Categories
  • Recent
  • Popular
  • Pricing
  • Contact us
  • Docs
  • Login
FusionAuth
  • Home
  • Categories
  • Recent
  • Popular
  • Pricing
  • Contact us
  • Docs
  • Login
  1. Home
  2. Tags
  3. rate limiting
Log in to post
  • All categories
  • W

    Solved Managing Rate Limits and CAPTCHA During FusionAuth Cloud Integration

    Frequently Asked Questions (FAQ)
    • cloud rate limiting • 11 days ago • wesley 11 days ago
    2
    0
    Votes
    2
    Posts
    44
    Views

    W 11 days ago

    These challenges are expected because of the security protections in place on FusionAuth Cloud deployments. One option is indeed to self-host FusionAuth, which gives you full control over rate limits and CAPTCHA settings.

    Alternatively, you could add your IP address to FusionAuth’s allowlist, which can exempt you from certain rate limits and CAPTCHA checks. Details on this approach and the requirements are documented here:
    CAPTCHA and Rate Limits - FusionAuth Cloud

  • D

    Rate limiting FusionAuth API access

    Q&A
    • rate limiting • 15 Jun 2021, 21:20 • dan 15 Jun 2021, 21:24
    2
    0
    Votes
    2
    Posts
    1.1k
    Views

    D 15 Jun 2021, 21:24

    You have a couple of options.

    If you are self hosting, use a WAF, CDN or firewall to rate limit access to FusionAuth.

    If you are using FusionAuth Cloud, we have protection in place to ensure customers don’t get DDoSed; additionally, all customer servers are monitored for responsiveness and availability.

    If you need more rate limiting options, we're working on it: https://github.com/FusionAuth/fusionauth-issues/issues/905

  • D

    Rate limit password reset requests?

    Q&A
    • password reset rate limiting • 2 Sept 2020, 15:15 • dan 2 Sept 2020, 15:16
    2
    0
    Votes
    2
    Posts
    927
    Views

    D 2 Sept 2020, 15:16

    This is not currently handled by FusionAuth. You would have to use another application firewall of some sort that offers rate limiting. Here's an example for nginx: https://docs.nginx.com/nginx/admin-guide/security-controls/controlling-access-proxied-http/

    We have discussed adding this feature, but due to the other options available it has not yet been prioritized. Feel free to open a feature request on GitHub.

  • D

    Rate limiting login attempts

    Q&A
    • rate limiting login • 26 Jun 2020, 21:32 • dan 26 Jun 2020, 21:33
    2
    0
    Votes
    2
    Posts
    1.1k
    Views

    D 26 Jun 2020, 21:33

    Please check out https://fusionauth.io/docs/v1/tech/tutorials/setting-up-user-account-lockout which walks you through the steps to lock logins after a configurable number of attempts.